home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 628 b | 17 lines | [TEXT/GEOL] |
- Item 2304650 3-May-90 14:53PDT
-
- From: DAWSON.M Dawson, Mark
-
- To: V0683 Amoco Tech, Eric Berdahl,VAR
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: ¿What needs to be in Main?
-
- I ran into that problem & it turned out to be that every C++ file you compile
- goes into Main unless you do the #pragma segment <segment name> at the top of
- the file. If you are CONCIOUSLY putting too much code into Main, then I would
- suggest only keeping code in Main that overrides some TApplication function
- (MainEventLoop, etc).
-
-